.travis.yml: explicitly request sudo
authorStephen Warren <[email protected]>
Wed, 3 Feb 2016 17:41:34 +0000 (10:41 -0700)
committerTom Rini <[email protected]>
Mon, 8 Feb 2016 15:10:50 +0000 (10:10 -0500)
Without this, builds default to using new Travis CI infra-structure which
does no allow sudo. The builds need sudo in order to install the ELDK
compilers. Consequently, almost all builds fail without this.

I suspect that existing Travis CI users have not noticed this because
their accounts or builds have been grand-fathered into backwards-
compatible default settings, whereas I just set up a new build from
scratch and received new default settings.

Cc: Wolfgang Denk <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Andreas Färber <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
.travis.yml

index 67674e2f5878396ac853b4f15336d2ae6e5183c4..8caaeb34553efef4862adf930b64b1128682b05a 100644 (file)
@@ -3,6 +3,8 @@
 
 # build U-Boot on Travis CI - https://travis-ci.org/
 
+sudo: true
+
 language: c
 
 addons: